9 Social Valuation

from src.plot import plot_climatehist, plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = """Figure 12: Simulated Pathways of the Social Value of R&D <br> The trajectories stop when temperature anomaly hit 1.5ᵒC <br> Exponential of vertical axis gives economic value in units of consumption"""
plot_simulatedpath_full2(graph_type="LogSVRD_Plot", graph_title = title, yaxis_label="", graph_range=[4,10], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = """Figure 13: Simulated Pathways of the Social Value of R&D <br> The trajectories stop when temperature anomaly hit 1.5ᵒC <br> Exponential of vertical axis gives economic value in units of consumption"""
plot_simulatedpath_uncer_decomp2(graph_type="LogSVRD_Plot", graph_title = title, yaxis_label="", graph_range=[4,10], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = """Figure 14: Simulated Pathways of the Social Cost of Global Warming <br> The trajectories stop when temperature anomaly hit 1.5ᵒC <br> Exponential of vertical axis gives economic value in units of consumption"""

plot_simulatedpath_full2(graph_type="LogSCGW_Plot", graph_title = title, yaxis_label="", graph_range=[6,14], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = """Figure 15: Simulated Pathways of the Social Cost of Global Warming <br> The trajectories stop when temperature anomaly hit 1.5ᵒC <br> Exponential of vertical axis gives economic value in units of consumption"""
plot_simulatedpath_uncer_decomp2(graph_type="LogSCGW_Plot", graph_title = title, yaxis_label="", graph_range=[6,14], before15=True)